/*common*/

body {
    /* min-width: 1280px; */
    margin: 0 auto;
}

.hide {
    display: none;
}

.show {
    display: block !important;
}

.mt-80 {
    margin-top: 80px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-10 {
    margin-top: 10px;
}

.mr-35 {
    margin-right: 35px;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    float: none;
    clear: both;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.text-hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*List*/

.t-list .itm {
    line-height: 52px;
    background: url(/2023/list_point.png) left center no-repeat;
    text-indent: 20px;
    font-size: 18px;
}


/*slider-txt*/

.slider-txt {
    overflow: hidden;
    position: relative;
    padding: 30px 80px;
    background: #f9f9f9;
}

.slider-txt .hd {
    overflow: hidden;
    position: absolute;
    text-align: center;
    z-index: 1;
    bottom: 30px;
    right: 80px;
}

.slider-txt .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
}

.slider-txt .hd ul li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #000;
    margin-right: 5px;
    cursor: pointer;
    float: left;
}

.slider-txt .hd ul li.on {
    background: #e7e7e7;
    color: #fff;
}

.slider-txt .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slider-txt .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.slider-txt .bd .u-pic {
    display: block;
    width: 560px;
    height: 420px;
    overflow: hidden;
    float: left;
}

.slider-txt .bd img {
    width: 560px;
    height: 420px;
    display: block;
}

.slider-txt .bd img:hover {
    opacity: .9;
}

.slider-txt .prev,
.slider-txt .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 15px;
    display: block;
    width: 40px;
    height: 50px;
    background: #f5f5f5 url(/2023/left.png) center center no-repeat;
    opacity: .5;
}

.slider-txt .next {
    background: #f5f5f5 url(/2023/right.png) center center no-repeat;
    left: auto;
    right: 15px;
}

.slider-txt .prev:hover,
.slider-txt .next:hover {
    opacity: 1;
}

.slider-txt .u-ct {
    float: right;
    width: 420px;
    text-align: justify;
}

.slider-txt .u-tit {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.slider-txt .u-txt {
    line-height: 2;
}

.slider-txt-1 {
    background: none;
    padding: 0;
}

.slider-txt-1 .hd {
    bottom: 0;
    right: 0;
}

.slider-txt-1 .hd ul li {
    width: 20px;
    height: 8px;
    border-radius: 0;
}

.slider-txt-1 .bd .u-pic {
    display: block;
    width: 720px;
    height: 405px;
}

.slider-txt-1 .bd img {
    width: 720px;
    height: 405px;
    display: block;
}


/*Pic List*/

.slide-pic {
    width: 1180px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.slide-pic .hd {
    height: 0;
    width: 100%;
    position: relative;
}

.slide-pic .hd .prev,
.slide-pic .hd .next {
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: url(/2023/left.png) no-repeat center center;
    position: absolute;
    top: 75px;
    left: 0;
    opacity: 60%;
    filter: opacity(60);
    height: 60px;
    width: 40px;
}

.slide-pic .hd .prev:hover,
.slide-pic .hd .next:hover {
    opacity: 1;
    filter: opacity(100);
}

.slide-pic .hd .next {
    background: url(/2023/right.png) no-repeat center center;
    left: auto;
    right: 0;
}

.slide-pic .hd .prevStop {
    background-position: -60px 0;
}

.slide-pic .hd .nextStop {
    background-position: -60px -50px;
}

.slide-pic .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.slide-pic .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    display: none;
}

.slide-pic .hd ul li.on {
    background-position: 0 0;
}

.slide-pic .bd {
    width: 1080px;
    margin: 0 auto;
}

.slide-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.slide-pic .bd ul li {
    margin: 0 5px;
    width: 260px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.slide-pic .bd ul li .pic {
    text-align: center;
    display: block;
    height: 195px;
    position: relative;
}

.slide-pic .bd .pic img {
    width: 100%;
    display: block;
}

.slide-pic .bd .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(/2023/opacity.png) repeat;
    color: #fff;
}

.slide-pic .bd .title p {
    font-size: 14px;
    text-align: center;
    padding: 5px;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 头部 */

.header-top {
    background: #1b5395;
    height: 60px;
    line-height: 60px;
    position: fixed;
    width: 100%;
    max-width: 2560px;
    z-index: 1000;
}

.nav-header-top {
    width: 1300px;
    margin: 0 auto;
}

.nav-header-top a {
    color: #fff;
}

.nav-header-top .f-r a {
    margin-left: 20px;
}

.nav-header-top .phone{
    display: inline-block;
    position: relative;
}

.nav-header-top .phone .sjbewm{
    width: 120px;
    height: 120px;
    position: absolute;
    right: -34px;
    top: 60px;
    z-index: 150;
    display: none;
}

.nav-header-top .phone:hover .sjbewm {
    display: block;
}

.nav-header-top .phone:hover .sjbewm img{
    width: 120px;
}


.nav-header {
    width: 1300px;
    height: 160px;
    margin: 0 auto;
}

.icon-logo {
    width: 413px;
}

.t-center {
    text-align: center;
}

.pt-30 {
    padding-top: 30px;
}

.icon-home {
    width: 28px;
    margin-bottom: 6px;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.nav-menu {
    margin-left: 40px;
    margin-top: 18px;
}

.nav-menu ul li {
    float: left;
    height: 40px;
    position: relative;
}

.nav-menu ul li a {
    font-size: 24px;
    color: #1b5395;
    font-weight: bold;
    padding: 7px 10px;
    border: 3px solid #ffffff00; 
    position: relative;
    z-index: 10;
}

.nav-menu ul li a.active{
    border: 3px solid #1b5395; 
    background: #fff; 
    border-radius: 30px;
}

/* .nav-menu ul li a:hover {
    padding-bottom: 8px;
    border-bottom: 3px solid #1b5395;
} */

.pt-40 {
    padding-top: 40px;
}

.p-y-20 {
    padding: 0 20px;
}

/* .active::before {
    border: 3px solid #1b5395;
    background: #fff;
    border-radius: 30px;
    content: "";
    width: 116px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -3px;
    z-index: -1;
} */

.search-top {
    position: relative;
    height: 50px;
    width: 120px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #a1a1a1;
    margin-top: -10px;
    margin-left: 20px;
    border-radius: 50px;
    background-color: #fff;
}

.search-top img {
    margin-left: 20px;
    width: 26px;
}

.tab-content {
    width: 1300px;
    min-height: 500px;
    margin: 0 auto 200px;
}

.tab-title {
    margin: 95px 0 30px;
    color: #1b5395;
    font-weight: bold;
    text-align: center;
    font-size: 36px;
}

.zw-title {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 1px solid #dddddd;
}

.zw-title a {
    color: #1b5395;
}

.pt-50 {
    padding-top: 50px;
}

.pb-25 {
    padding-bottom: 25px !important;
}


/* 分享 */

div#share {
    display: inline-block;
    position: relative;
    margin-top: -6px;
}

.share_gwygb#share {
    margin-top: 0;
}

.share * {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

.share-icon {
    display: inline-block;
    width: 14px;
    height: 24px;
    line-height: 24px;
    background: url(/2023/icon_16.jpg) no-repeat center;
    vertical-align: -25%;
    *float: left;
}

.share-box {
    display: inline-block;
}

.share-box a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-left: 7px;
    cursor: pointer;
}


/* .share-box a:hover {
    opacity: .8;
} */

.share-box a.gwds_tsina {
    background: url(/2023/weibo.png) no-repeat;
    background-position: 0 0;
}

.share-box a.gwds_tsina:hover {
    background: url(/2023/weibo_on.png) no-repeat;
    background-position: 0 0;
}

.share-box a.gwds_weixin {
    background: url(/2023/weixin.png) no-repeat;
    background-position: 0 0;
    position: relative;
}

.share-box a.gwds_weixin:hover {
    background: url(/2023/weixin_on.png) no-repeat;
    background-position: 0 0;
}

.share-box a.gwds_weixin:hover #div_div {
    display: block;
}

#div_div {
    display: none;
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 10px #aaa;
    text-align: center;
    font-size: 12px;
    /* height: 100px; */
    background: #fff;
    top: 38px;
    left: -88px;
    height: 150px;
}

#div_div .share-text {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.share-box a.gwds_qzone {
    background: url(/2023/qqzone.png) no-repeat;
    background-position: 0 0;
}

.share-box a.gwds_qzone:hover {
    background: url(/2023/qqzone_on.png) no-repeat;
    background-position: 0 0;
}

.share .gwds_more {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/2023/icon_17.jpg) no-repeat 0 0;
    cursor: pointer;
    *background-position: left 8px;
}

.share-popup {
    width: 212px;
    -webkit-box-shadow: 0 0 7px #eee;
    -moz-box-shadow: 0 0 7px #eee;
    z-index: 1000000;
    position: absolute;
    border: 1px solid #e9e9e9;
    position: absolute;
    display: none;
}

.share-popup h6 {
    height: 34px;
    background-color: rgb(246, 246, 246);
    font: 700 14px/32px 'microsoft yahei';
    padding: 0 3px
}

.share-popup h6 b {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 22px;
    height: 23px;
    background: url(/2023/pop_c.gif) no-repeat 0 0;
    cursor: pointer;
}

.share-popup ul {
    width: 94%;
    padding: 8px 3%;
    overflow: hidden;
    background-color: #fff;
}

.share-popup li {
    width: 49%;
    margin: 0 .5%;
    float: left;
}

.share-popup li a {
    display: block;
    height: 20px;
    line-height: 20px;
    border: 1px solid transparent;
    padding: 5px 0;
    font-size: 14px;
    color: #565656;
    text-indent: 34px;
    background: url(/2023/is_24.png) no-repeat;
    cursor: pointer;
}

.share-popup li a:hover {
    background-color: #f3f3f3;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.share-popup.top {
    bottom: 130%;
}

.share-popup.bottom {
    top: 130%;
}

.share-popup.left {
    right: 15px;
    left: auto!important;
}

.share-popup.right {
    left: 100%;
    margin-left: -40px;
}

.share-popup li a.gwds_qzone {
    background-position: 0 -237px
}

.share-popup li a.gwds_douban {
    background-position: 0 -357px
}


/* 文字大小 */

.index_switchsize span {
    cursor: pointer;
}